@charset "UTF-8";
/*
Theme Name: Fashionize
Theme URI: http://bloompixel.com/themes/fashionize/
Author: Simrandeep Singh
Author URI: http://bloompixel.com/
Description: A premium WordPress theme for fashion blogs.
Version: 1.0.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:right-sidebar, custom-menu, featured-images, two-columns, theme-options, custom-background, threaded-comments
Text Domain: fashionize
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: inherit;
    vertical-align: baseline;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

select {
    padding: 8px 6px;
    width: 100%;
}

input[type="submit"] {
    background: #ff0036;
    font-family: "Alike", serif;
    font-size: 13px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

.clearfix:after {
    clear: both;
    content: "";
    font-size: 0;
    height: 0;
    display: block;
    visibility: hidden;
}

body {
    background: #fff;
    color: #383838;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

a {
    color: #ff0036;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a:hover {
    color: #ff0036;
}

::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}

::selection {
    background: #222;
    color: white;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Alike", serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}

blockquote {
    font-size: 14px;
    font-style: italic;
    padding: 20px 30px;
}

em,
i,
cite {
    font-style: italic;
}

strong {
    font-weight: 700;
}

img,
video,
object,
embed {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -3px;
}

sup {
    top: -4px;
}

.section-title {
    border-bottom: 2px solid rgba(0, 0, 0, 0.03);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 0 0 6px;
    position: relative;
    text-transform: uppercase;
}

.section-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #ff0036;
    height: 2px;
    width: 100px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.last {
    margin-right: 0 !important;
}

.center-width {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.f-normal {
    font-weight: normal;
}

.f-bold {
    font-weight: bold;
}

.f-italic {
    font-style: italic;
}

.t-strike {
    text-decoration: line-through;
}

.t-overline {
    text-decoration: overline;
}

.t-underline {
    text-decoration: underline;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.margin-10 {
    margin-bottom: 10px;
}

.margin-20 {
    margin-bottom: 20px;
}

.margin-30 {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	4. Header
/*-----------------------------------------------------------------------------------*/
.main-header {
    background: #fff;
    color: #333;
    margin: 0 auto 30px;
    width: 100%;
}

.header {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 1170px;
}

.header .logo {
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    margin: 0;
    max-width: 100%;
}

.header .logo img {
    float: left;
}

.header a {
    color: #1e1e1e;
}

.logo-wrap {
    margin: 40px 0;
    max-width: 100%;
}

.tagline {
    display: block;
    font-size: 14px;
}

/* Header Style 2 */
.header-2 {
    text-align: center;
}

.header-2 .logo-wrap {
    display: inline-block;
}

.header-2 .header-links {
    color: #000;
    float: right;
}

.header-2 .header-links a {
    color: inherit;
    height: 60px;
    padding: 20px 8px;
}

.header-3 .logo-wrap {
    float: left;
}

.header-ad-widget {
    float: right;
    margin: 15px 0;
    max-width: 85%;
}

.social-links {
    font-size: 14px;
}

.social-links a {
    color: #fff;
    margin: 0 4px;
}

.header-links {
    float: left;
    font-size: 12px;
}

.header-links a {
    color: #000;
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 20px 6px;
}

header .searchform {
    background: transparent;
    float: right;
    padding: 0;
    width: 100%;
}

header .searchform i {
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 10;
}

header .searchform fieldset {
    border: 0;
}

header .s {
    background: transparent;
    float: left;
    font-style: italic;
    height: 40px;
    padding: 10px 0;
    width: 150px;
    text-indent: 0;
    z-index: 20;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

header .search-button {
    background: transparent;
    color: #fff;
    font-size: 12px;
    height: 40px;
    width: 40px;
    z-index: 99;
}

.header-search {
    float: right;
    margin-left: 5px;
    position: relative;
}

.header-ad {
    float: right;
    margin: 40px 0;
    max-width: 728px;
}

.top-bar ::-webkit-input-placeholder,
.st-menu .s::-webkit-input-placeholder {
    color: #aaa;
}

.top-bar :-moz-placeholder,
.st-menu .s:-moz-placeholder {
    color: #aaa;
}

.top-bar ::-moz-placeholder,
.st-menu .s::-moz-placeholder {
    color: #aaa;
}

.top-bar :-ms-input-placeholder,
.st-menu .s:-ms-input-placeholder {
    color: #aaa;
}

.top-bar {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.header-1 {
    text-align: center;
}

.header-1 .header-links a {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-1 .main-navigation,
.header-2 .main-navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.header-3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header-3 .header-links a {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.author .main-header,
.archive .main-header {
    margin-bottom: 0;
}

.header-4 .logo-wrap {
    float: left;
}

.header-4 .main-navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.header-4 .main-nav {
    float: left;
    text-align: left;
}

.header-4 .header-links {
    float: right;
}

.header-5 {
    -webkit-box-shadow: 0px -1px 8px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -1px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px -1px 8px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
}

.header-5 .header-links {
    float: left;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu,
.menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu .menu ul {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    position: absolute;
    width: 220px;
    opacity: 0;
    z-index: 1000;
    visibility: hidden;
    transform: translate(0px, 20px);
}

.nav-menu .menu ul li {
    width: 100%;
}

.nav-menu .menu li ul {
    left: 0;
    top: 60px;
    width: 220px;
}

.nav-menu .menu li ul ul {
    left: 218px;
    top: 0;
}

.nav-menu .menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.nav-menu .menu li:hover > ul {
    display: block;
    opacity: 1;
    transform: translate(0px, 0);
    /* match top ul list item height */
    visibility: visible;
}

.nav-menu .menu a {
    display: block;
    line-height: 22px;
    position: relative;
}

.nav-menu ul.menu li li:hover ul {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    left: 218px;
    /* match ul width */
    top: 0px;
}

.nav-menu {
    display: inline-block;
    position: relative;
    text-align: center;
}

.nav-menu .current-menu-item > a {
    color: #ff0036;
}

.nav-menu a {
    color: #1e1e1e;
    margin: 0;
    padding: 19px 30px 19px;
}

.nav-menu a:hover {
    color: #ff0036;
}

.nav-menu ul ul a {
    border-right: none;
    margin: 0;
}

.nav-menu ul li {
    display: inline-block;
    float: left;
    list-style: none;
    position: relative;
}

.nav-menu ul ul {
    text-align: left;
}

.nav-menu ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.nav-menu ul ul a {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    line-height: 18px;
}

.nav-menu ul ul a:hover {
    background: #ff0036;
    border: 0;
    color: #fff;
}

.main-nav {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.main-nav .nav-menu ul li {
    float: none;
}

.menu .menu-item-has-children a {
    padding-right: 38px;
    z-index: 20;
}

.menu .menu-item-has-children ul a {
    padding-right: 20px;
}

.menu .menu-item-has-children ul a:after {
    top: 16px;
    right: 5px;
    border-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.2);
}

.menu .menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    right: 24px;
    margin-top: 0px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.menu i {
    display: inline-block;
    margin-right: 5px;
    margin-top: -0.265em;
    vertical-align: middle;
}

.main-navigation {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.main-navigation a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: #dadada;
    height: 15px;
    margin: -8px 0 0;
    width: 1px;
}

.main-navigation li:last-child a:before {
    display: none;
}

.main-navigation .sub-menu a:before {
    display: none;
}

.main-navigation .nav-menu .menu li ul a {
    color: #000;
}

.main-navigation .nav-menu .menu li ul a:hover {
    color: #fff;
}

.secondary-navigation {
    float: left;
    font-family: 'Vollkorn';
    font-size: 11px;
    font-weight: 400;
    opacity: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.secondary-navigation a {
    color: #fff;
}

.secondary-navigation a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 1px;
}

.secondary-navigation .nav-menu {
    float: left;
}

.secondary-navigation .nav-menu a {
    padding: 9px 20px;
}

.secondary-navigation .nav-menu .menu > .menu-item-has-children > a {
    padding-right: 38px;
}

.secondary-navigation .nav-menu .menu > .menu-item-has-children > a:after {
    border-top-color: rgba(255, 255, 255, 0.5);
    top: 18px;
}

.secondary-navigation .nav-menu .menu > li:first-child > a {
    padding-left: 0;
}

.secondary-navigation .nav-menu .menu > li > ul {
    top: 40px;
}

.secondary-navigation .nav-menu .menu > li > ul a {
    color: #000;
}

.secondary-navigation .nav-menu .menu > li > ul a:hover {
    color: #fff;
}

.stickymenu {
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    opacity: 0.9;
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
}

.stickymenu .center-width {
    border: 0;
}

.nav-up.stickymenu {
    -webkit-transform: translate3d(0px, -60px, 0px);
    -ms-transform: translate3d(0px, -60px, 0px);
    transform: translate3d(0px, -60px, 0px);
}

.nav-down.stickymenu {
    top: 0;
}

.menu-btn {
    display: none !important;
}

.st-container {
    position: relative;
    overflow: hidden;
}

.menu-pusher {
    float: left;
    height: 100%;
    left: 0;
    position: relative;
    width: 100%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}

.st-menu {
    display: none;
    position: fixed;
    left: 0;
    overflow-y: auto;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #212121;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-2 .main-nav {
    float: left;
}

.header-3 .main-navigation {
    border-bottom: 0;
    float: right;
    width: auto;
}

.header-3 .main-nav {
    max-width: 100%;
}

.header-3 .main-nav .nav-menu > ul > li > a {
    padding: 46px 30px 46px;
}

.header-3 .main-nav .nav-menu .menu > li > ul {
    top: 80px;
}

.header-3 .main-nav .menu > .menu-item-has-children > a:after {
    right: 17px;
    top: 54px;
}

.footer-menu {
    display: inline-block;
}

.footer-menu .nav-menu {
    vertical-align: middle;
}

.footer-menu .nav-menu a {
    padding-bottom: 38px;
    padding-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-menu .nav-menu a:before {
    display: none;
}

.footer-menu .nav-menu .menu .menu-item-has-children a {
    padding-right: 20px;
}

.footer-menu .nav-menu li:hover .sub-menu {
    display: none;
}

.footer-menu .nav-menu .current-menu-item > a {
    color: inherit;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* Main Container
//--------------------------------------------*/
.main-container {
    background: transparent;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.main-wrapper {
    clear: both;
    width: 100%;
}

#page {
    clear: both;
    margin: 0 auto 60px;
    width: 1170px;
}

.container {
    margin: 0 auto;
    width: 1170px;
}

.single .post {
    margin-bottom: 30px;
}

.single .boxed-layout #page {
    border: none;
}

/* Boxed Layout
//--------------------------------------------*/
.boxed-layout {
    float: none;
    margin: 0 auto;
    width: 1170px;
    overflow: hidden;
}

.boxed-layout .header {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}

.boxed-layout .main-wrapper {
    max-width: 1170px;
}

.boxed-layout .header,
.boxed-layout .top-bar .center-width {
    width: 96%;
}

.boxed-layout .container {
    width: auto;
}

/* Main Content
//--------------------------------------------*/
.main-content {
    clear: both;
    margin: 0 auto 10px;
    overflow: hidden;
    max-width: 100%;
}

.main-content #page {
    float: left;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 1170px;
}

.content-area {
    float: left;
    width: 71.4%;
}

.section-heading {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.cover-box {
    margin: -30px 0 30px;
    overflow: hidden;
    position: relative;
}

.cover-image {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
}

.cover-heading {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.cover-heading .title {
    color: #fff;
}

.cover-text {
    float: left;
    padding: 0 0 20px;
}

.cover-text a {
    color: #fff;
}

.title {
    margin-bottom: 15px;
}

.title a {
    color: #000;
}

.title a:hover {
    color: #ff0036;
}

.entry-title {
    font-family: "Alike", serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

.page-title {
    font-size: 26px;
    margin: 0 0 20px;
}

/* Archives Template
//--------------------------------------------*/
.archive-col {
    float: left;
    margin-bottom: 20px;
    margin-right: 5%;
    width: 47.5%;
}

.archive-col:nth-child(2n) {
    margin-right: 0;
}

.archive-col ul {
    margin: 0;
}

.archive-col ul li {
    font-size: 14px;
    line-height: 28px;
}

.archive-col a {
    color: #555555;
}

/* Archives
//--------------------------------------------*/
.cat-cover-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    padding: 45px 10px;
    text-align: center;
}

.category-title span {
    color: #000;
    display: block;
    font-weight: 700;
    padding: 10px 0 0;
}

/*--------------------------------------------------------------
## Featured
--------------------------------------------------------------*/
.featured-section .post-meta {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.featured-section .post-cats {
    color: #fff;
    font-size: 12px;
    font-style: normal;
}

.featured-section .post-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    text-align: center;
    width: 100%;
}

.featured-section .post-author {
    text-transform: uppercase;
}

.featured-section .post-author span {
    color: #fff;
    font-style: italic;
    text-transform: lowercase;
}

.featured-section .f-title {
    font-size: 24px;
}

.featured-post-1 {
    border-right: 1px solid #fff;
    float: left;
    width: 66.75%;
}

.featured-post-1 .f-title {
    font-size: 42px;
    margin-bottom: 10px;
}

.featured-posts-right {
    float: left;
    width: 33.25%;
}

.featured-post-2 {
    border-bottom: 1px solid #fff;
}

.featured-post-2,
.featured-post-3 {
    width: 100%;
}

.featured-post-2 .f-title,
.featured-post-3 .f-title {
    max-height: 58px;
    overflow: hidden;
}

.fs-wrap {
    position: relative;
    margin-bottom: 40px;
    max-width: 100%;
}

.featured-posts {
    margin-bottom: 40px;
    position: relative;
}

.featured-posts .featured-thumbnail img {
    float: none;
}

.featured-posts .post-meta {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.featured-posts .post-cats {
    background: #000;
    color: #fff;
    padding: 2px 6px;
}

.featured-posts .title {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.featured-posts .post-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    z-index: 1;
}

.featured-posts a:hover .title {
    color: #fff;
}

.featured-posts .f-thumb {
    position: relative;
    width: 100%;
}

.featured-posts .f-thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.featured-posts .f-thumb:after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.featured-thumbnail {
    float: left;
    position: relative;
}

.featured-thumbnail img {
    float: left;
    width: 100%;
    height: auto;
}

.featured-thumbnail-big {
    margin-bottom: 30px;
    max-width: 35%;
    position: relative;
    width: 295px;
    max-width: 100%;
    width: 100%;
}

.featured-thumbnail-big:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.featured-thumbnail-big:hover:before {
    height: 100%;
    opacity: 1;
}

.featured-thumbnail-big:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-image: url("images/plus.png");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.featured-thumbnail-big:hover:after {
    height: 100%;
    opacity: 1;
}

.featured-thumbnail-fixed {
    height: 350px;
    background-position: center;
    background-size: cover;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.featured-single img {
    float: left;
    width: 100%;
}

.post .featured-thumbnail-big .fhover {
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post.format-image .featured-thumbnail-big .fhover,
.post .featured-thumb-gallery .fhover {
    background-image: url(images/zoom.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.post-box {
    color: #383838;
}

.post-box header,
.attachment header {
    position: relative;
}

.aside-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 15px 15px 60px;
    position: relative;
}

.aside-content:before {
    border-left: 1px solid #D79F36;
    border-right: 1px solid #D79F36;
    content: '';
    display: block;
    height: 100%;
    top: 0;
    left: 30px;
    width: 1px;
    position: absolute;
}

.post-meta {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.post-meta a {
    color: inherit;
    font-style: normal;
}

.post-meta a:hover {
    color: #ff0036;
}

.post-meta span {
    display: inline-block;
    position: relative;
}

.post-date,
.post-comments {
    font-style: normal;
}

.post-meta-top {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.slider-meta span:before {
    display: none;
}

.post-meta-title {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}

.post-cats {
    color: #333;
}

.post-cats a {
    border-bottom: 2px solid #ff0036;
    color: inherit;
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.post-author span {
    color: #aaa;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-weight: 500;
    text-transform: lowercase;
}

.post-author a {
    color: inherit;
    font-style: normal;
}

.cover-container {
    margin: 0;
    position: relative;
}

.read-more {
    color: #000;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.read-more a,
.more-link {
    border: 1px solid #000;
    color: inherit;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 7px 34px 6px;
    position: relative;
    text-transform: uppercase;
}

.read-more a:hover,
.more-link:hover {
    background: #ff0036;
    border-color: #fff;
    color: #fff;
}

.read-more a:hover {
    color: #fff;
}

.post-footer {
    background-image: url("images/widget-bg.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    border-top: 3px solid #000;
    padding: 18px 0 23px;
    position: relative;
    text-align: left;
}

.post-footer span {
    margin: 0 15px 0 0;
}

.post-tags {
    font-size: 14px;
    margin-bottom: 30px;
}

.post-tags span {
    float: left;
    font-weight: 700;
    margin: 0 12px 0 0;
}

.post-tags a {
    background: rgba(0, 0, 0, 0.04);
    color: #4b4b4b;
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 2px 10px;
}

.post-tags a:hover {
    background: #ff0036;
    color: #ffffff;
}

/* Post Formats
//--------------------------------------------*/
.post-format-link {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    float: none;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    word-wrap: break-word;
}

.post-content-format {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    text-align: center;
}

.post-format-icon {
    color: #fff;
    font-size: 26px !important;
}

.post-format-quote {
    background: #333;
    color: #fff;
    margin: 0;
    overflow: hidden;
    padding: 20px;
}

.post-format-quote-content {
    margin: 0;
    overflow: hidden;
}

.post-format-quote-content a,
.post-format-quote-content a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.post .post-format-quote-content blockquote {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

.audio-box {
    margin-bottom: 20px;
    width: 100%;
}

.audio-box iframe {
    float: left;
}

.gallerytiled {
    border: 1px solid rgba(0, 0, 0, 0.11);
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
}

.gallerytiled ul li {
    float: left;
    list-style: none;
    margin: 0 1px 1px 0;
    width: 19.8%;
}

.gallerytiled ul li img {
    float: left;
}

.status-box {
    background: #f3f3f3;
    border-bottom: 0;
    margin-bottom: 20px;
    padding: 5px 15px;
    overflow: hidden;
}

.status-box iframe {
    float: none;
    margin: 10px auto !important;
    width: 100%;
}

.single .status-box {
    border: 0;
    border-bottom: 1px solid #e3e3e3;
}

.fb-status {
    padding-bottom: 15px;
    padding-top: 15px;
}

.googlep-status {
    padding-bottom: 15px;
    padding-top: 15px;
}

.googlep-status div {
    display: block !important;
    margin: 0 auto !important;
}

.loading {
    display: block;
    height: 200px;
    overflow: hidden;
}

.loading .slides {
    opacity: 0;
}

.loading div,
.loading ul,
.loading .owl-controls,
.loading .featured-title {
    display: none;
}

.loading:before {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 40px auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.flexslider {
    overflow: hidden;
    position: relative;
}

.galleryslider.loading {
    background: #ffffff url(images/loading.gif) no-repeat center center;
    display: block;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    height: 150px;
}

.post-box .loading {
    margin-bottom: 20px;
}

.post,
.content .page {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/*---[ Single ]---*/
.full-width {
    margin-bottom: 30px;
}

.full-width .content {
    margin: 0 0 30px;
    padding: 0;
}

.single .main-content header {
    margin-bottom: 10px;
}

.error404 .page-content header {
    margin: 0 3%;
}

.error-page-content {
    font-size: 16px;
    line-height: 28px;
    padding: 30px;
    text-align: center;
}

.error-head {
    border-bottom: 1px solid #CCCCCC;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.error-head span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    top: -14px;
}

.error-text {
    color: #efa48d;
    font-size: 230px;
    line-height: 200px;
}

.single-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 5px;
}

.full-width .single-page-content {
    margin: 0 30px;
}

.full-width header {
    margin: 0 2%;
}

#fullwidth-comments {
    background: #fff;
    margin: 0 0 30px;
    padding: 0;
}

.page-links {
    margin-bottom: 20px;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

article img.right,
article img.alignright,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignnone {
    background: rgba(0, 0, 0, 0.027);
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
    float: right;
    margin: 0.4em 0 1em 1.5em;
    padding: 5px;
}

.wp-caption.aligncenter {
    float: none;
    margin: 0 auto 1em;
    max-width: 98%;
}

.wp-caption.alignnone {
    float: none;
    margin-left: 0;
    max-width: 98%;
}

article img.aligncenter,
article img.alignnone,
.gallery-icon {
    background: rgba(0, 0, 0, 0.027);
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
    clear: both;
    padding: 0.8%;
    max-width: 98.4%;
    box-sizing: border-box;
}

article img.left,
article img.alignleft,
.wp-caption.alignleft {
    background: rgba(0, 0, 0, 0.027);
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
    float: left;
    margin: 0.5em 1.5em 1em 0;
    padding: 5px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    color: #757575;
    font-size: 11px;
    font-style: italic;
    line-height: 20px;
    margin: 10px 0 5px;
}

.wp-caption {
    padding: 4px;
    max-width: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.no-img-border article img.left,
.no-img-border article img.alignleft,
.no-img-border article img.aligncenter,
.no-img-border article img.alignnone,
.no-img-border article img.right,
.no-img-border article img.alignright {
    background: transparent;
    border: 0;
    max-width: 100%;
    padding: 0;
}

.entry-content {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
}

.entry-content table {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    width: 100%;
}

.entry-content th {
    background: rgba(0, 0, 0, 0.04);
    padding: 6px 10px 6px 0;
    text-transform: uppercase;
}

.entry-content td,
.entry-content th {
    border-top: 1px solid #e5e5e5;
    padding: 8px 20px;
}

.entry-content dl {
    margin: 0 30px;
}

.entry-content dt {
    font-weight: 700;
}

.entry-content dd {
    margin: 0 0 20px;
}

.entry-content li {
    margin-left: 24px;
    position: relative;
}

.entry-content ol > li {
    padding: 5px 0;
}

.entry-content ol ul {
    margin-top: 10px;
}

.entry-content ul li {
    list-style: none;
    padding: 3px 0;
}

.entry-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -24px;
    color: #ff0036;
    font-family: 'FontAwesome';
    font-size: 13px;
    text-align: center;
    width: 20px;
    z-index: 1;
}

.entry-content ul li ol li:last-child {
    margin-bottom: 0;
}

.entry-content ul ol > li:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -50px;
    background: #ff0036;
    border-radius: 50%;
    counter-increment: section;
    content: counter(section);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 42px;
    padding: 9px 0;
    text-align: center;
    width: 42px;
    z-index: 1;
}

.entry-content ul ul {
    margin-top: 10px;
}

.entry-content ul ol {
    margin-bottom: 20px;
}

.entry-content address {
    margin-bottom: 20px;
}

.entry-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
}

.entry-content pre {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
    overflow: auto;
}

.entry-content blockquote {
    border-left: 2px solid #ff0036;
    font-size: 16px;
    margin: 10px 0 20px;
    padding: 0 30px;
}

.entry-content ul,
.comments-area .comment ul {
    list-style: none;
    margin-bottom: 20px;
}

.entry-content ol,
.comments-area .comment ol {
    list-style: decimal;
    margin-bottom: 20px;
}

.entry-content ul ul,
.comments-area .comment ul ul,
.entry-content ul ol,
.comments-area .comment ul ol,
.entry-content ol ul,
.comments-area .comment ol ul,
.entry-content ol ol,
.comments-area .comment ol ol {
    margin-bottom: 0;
}

/* Gallery */
.gallery {
    margin-bottom: 20px;
}

.gallery:after {
    clear: both;
    content: "";
    display: block;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.gallery-icon {
    max-width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: calc(46%);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: calc(29.3%);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: calc(21%);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: calc(16%);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: calc(12.7%);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: calc(10.28%);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: calc(8.5%);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: calc(7.1%);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.post-format-content {
    margin-bottom: 20px;
}

.post-format-content .wp-video {
    margin: 0 auto;
}

.post-navigation,
.image-navigation {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    font-family: "Alike", serif;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.post-navigation a,
.image-navigation a {
    color: inherit;
    font-size: 18px;
    line-height: 24px;
}

.post-navigation .post-nav-links,
.image-navigation .post-nav-links {
    float: left;
    position: relative;
    width: 50%;
}

.post-navigation span,
.image-navigation span {
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}

.post-navigation .prev-link,
.post-navigation .next-link,
.image-navigation .prev-link,
.image-navigation .next-link {
    overflow: hidden;
    position: relative;
}

.post-navigation .prev-link,
.image-navigation .prev-link {
    margin-right: 15px;
}

.post-navigation .next-link,
.image-navigation .next-link {
    margin-left: 15px;
}

.post-navigation .next-link-wrapper,
.image-navigation .next-link-wrapper {
    float: right;
    text-align: right;
}

.post-navigation .post-nav-link-thumb,
.image-navigation .post-nav-link-thumb {
    float: left;
    margin-right: 15px;
}

.post-navigation .next-link-wrapper .post-nav-link-thumb,
.image-navigation .next-link-wrapper .post-nav-link-thumb {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

/*---[ Breadcrumbs ]---*/
.breadcrumbs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: -12px;
    padding: 0 0 15px;
}

.breadcrumbs a {
    color: #333333;
}

.breadcrumbs i {
    margin-right: 4px;
}

/*---[ Social Share Buttons ]---*/
.share-buttons {
    display: inline-block;
    float: right;
    padding-left: 10px;
    position: relative;
}

.share-buttons span {
    margin: 0;
}

.share-buttons i {
    cursor: pointer;
    margin: 0 2px;
}

.social-btn {
    margin-bottom: 10px;
}

.social-btn .fa {
    color: inherit;
    margin: 0 4px;
}

.social-btn i {
    margin: 0 5px 0 0;
}

/*---[ Author Box ]---*/
.author-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.author-box h4 {
    margin: 0;
}

.author-box h5 {
    font-size: 16px;
    line-height: 22px;
}

.author-box img {
    float: left;
    margin: 0;
    border-radius: 50%;
}

.author-box-avtar {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 84px;
    width: 14.2%;
}

.author-info-container {
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden;
}

.author-info p {
    margin-bottom: 0;
}

.articles-count {
    background: #000;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
}

.author-social {
    margin-top: 20px;
}

.author-social a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin: 0 6px;
}

.author-fb a:hover {
    color: #395aa1;
}

.author-twitter a:hover {
    color: #17a8dd;
}

.author-gp a:hover {
    color: #fc5656;
}

.author-linkedin a:hover {
    color: #017eb4;
}

.author-pinterest a:hover {
    color: #cc2127;
}

.author-dribbble a:hover {
    color: #ef5b92;
}

.author-desc-box {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 40px;
    padding: 50px 0;
    text-align: center;
}

.author-desc-box h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}

.author-box-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    padding: 15px 20px;
}

.author-box .widget-title:before {
    border: 0;
}

.author-avtar {
    margin: 0 auto 10px;
    width: 100px;
}

.author-avtar img {
    float: none;
}

.author-page-info {
    color: #333;
    margin: 0 auto;
    max-width: 96%;
    position: relative;
    width: 630px;
}

.author-desc {
    margin: 20px 0 0;
}

.archive-cover-content.background-dark h5,
.archive-cover-content.background-dark h1,
.archive-cover-content.background-dark .author-social a {
    color: #ffffff;
}

.background-dark a {
    background: rgba(0, 0, 0, 0.3);
}

.archive-cover-content.background-dark .author-desc {
    border-color: rgba(213, 213, 213, 0.2);
}

/* Related Posts
//--------------------------------------------*/
.related-posts {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.related-posts .featured-thumbnail {
    margin-right: 0;
}

.related-posts ul {
    margin: 0;
    padding: 0;
}

.related-posts ul li {
    float: left;
    list-style: none;
    margin: 0 2.5% 0 0;
    width: 31.667%;
}

.related-posts ul li:nth-child(3n) {
    margin-right: 0;
}

.related-posts ul li:nth-child(3n+1) {
    clear: left;
}

.related-posts ul li a img {
    float: left;
    height: auto;
    width: 100%;
}

.related-posts .relatedthumb {
    display: block;
    float: left;
    width: 100%;
}

.related-posts-home .section-heading span {
    position: relative;
}

.related-posts-home .section-heading span:before, .related-posts-home .section-heading span:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    content: "";
    height: 0.4em;
    margin-top: -0.35em;
    position: absolute;
    top: 50%;
    width: 200em;
}

.related-posts-home .section-heading span:before {
    margin-right: 1.5em;
    right: 100%;
}

.related-posts-home .section-heading span:after {
    left: 100%;
    margin-left: 1.5em;
}

.related-posts-home ul li {
    margin: 0 2% 0 0;
    padding: 0;
    width: 23.5%;
}

.related-posts-home ul li:nth-child(3n) {
    clear: none;
    margin-right: 2%;
}

.related-posts-home ul li:nth-child(3n+1) {
    clear: none;
}

.related-posts-home ul li:nth-child(4n) {
    margin-right: 0;
}

.related-posts-home ul li:before {
    display: none;
}

.related-posts-home ul li:hover .info {
    opacity: 1;
    visibility: visible;
}

.related-posts-home .widgettitle {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.related-posts-home .widgettitle a {
    color: inherit;
}

.related-posts-home .info {
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 10px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.related-posts-home .meta,
.related-posts-home .read-more {
    display: none;
}

/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/
.cblayout .has-post-thumbnail .post-inner,
.bclayout .has-post-thumbnail .post-inner {
    float: left;
    padding: 0;
    width: 100%;
}

.cblayout .post-box header,
.bclayout .post-box header {
    float: left;
    text-align: center;
    width: 100%;
}

.cblayout .read-more,
.bclayout .read-more {
    display: block;
    text-align: center;
}

.bclayout .content-area {
    float: right;
}

.bclayout .sidebar {
    padding-left: 0;
    padding-right: 30px;
}

.clayout .content,
.glayout .content {
    margin: 0;
}

.clayout .content-area,
.glayout .content-area {
    margin: 0;
    width: 100%;
}

.clayout .post-inner,
.glayout .post-inner {
    text-align: center;
}

.clayout .post {
    float: left;
    margin: 0 2.75% 30px 0;
    width: 31.5%;
}

.clayout .post:nth-child(3n) {
    margin-right: 0;
}

.clayout .post:nth-child(3n+1) {
    clear: left;
}

.clayout .featured-thumbnail {
    margin-right: 0;
}

.clayout .has-post-thumbnail .post-inner {
    clear: both;
    overflow: visible;
}

.clayout .fb-status {
    min-height: 185px;
}

.clayout .twitter-status {
    min-height: 285px;
}

.clayout .galleryslider {
    min-height: 175px;
}

.clayout .gallerytiled {
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.clayout .gallerytiled ul li {
    width: 32.9%;
}

.glayout .post {
    float: left;
    margin: 0 2% 30px 0;
    width: 49%;
}

.glayout .post:nth-child(2n) {
    margin-right: 0;
}

.glayout .post:nth-child(2n+1) {
    clear: left;
}

.glayout .featured-thumbnail {
    margin: 0 0 20px;
    width: 100%;
}

.glayout .post-inner {
    clear: both;
    overflow: visible;
    text-align: center;
}

.glayout .fb-status {
    min-height: 290px;
}

.glayout .twitter-status {
    min-height: 240px;
}

.glayout .galleryslider {
    min-height: 262px;
}

.glayout .gallerytiled {
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.glayout .gallerytiled ul li {
    width: 24.7%;
}

.gsblayout .content-area {
    float: left;
}

.gsblayout .galleryslider {
    min-height: 175px;
}

.sglayout .content-area,
.sgblayout .content-area {
    float: right;
}

.sglayout .sidebar,
.sgblayout .sidebar {
    padding-left: 0;
    padding-right: 30px;
}

.gslayout .post:nth-child(2n),
.gslayout .page:nth-child(2n),
.sglayout .post:nth-child(2n),
.sglayout .page:nth-child(2n) {
    margin-right: 0;
}

.gslayout .post-inner,
.sglayout .post-inner {
    text-align: center;
}

.gslayout .post,
.gslayout .page,
.gsblayout .post,
.gsblayout .page,
.sglayout .post,
.sglayout .page,
.sgblayout .post,
.sgblayout .page {
    float: left;
    margin: 0 4% 30px 0;
    width: 48%;
}

.gslayout .featured-thumbnail,
.gsblayout .featured-thumbnail,
.sglayout .featured-thumbnail,
.sgblayout .featured-thumbnail {
    margin-right: 0;
}

.gslayout .has-post-thumbnail .post-inner,
.gsblayout .has-post-thumbnail .post-inner,
.sglayout .has-post-thumbnail .post-inner,
.sgblayout .has-post-thumbnail .post-inner {
    clear: both;
    overflow: visible;
}

.gslayout .fb-status,
.gsblayout .fb-status,
.sglayout .fb-status,
.sgblayout .fb-status {
    min-height: 291px;
}

.gslayout .twitter-status,
.gsblayout .twitter-status,
.sglayout .twitter-status,
.sgblayout .twitter-status {
    min-height: 285px;
}

.gslayout .gallerytiled,
.gsblayout .gallerytiled,
.sglayout .gallerytiled,
.sgblayout .gallerytiled {
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.gslayout .gallerytiled ul li,
.gsblayout .gallerytiled ul li,
.sglayout .gallerytiled ul li,
.sgblayout .gallerytiled ul li {
    width: 32.9%;
}

.gsblayout .post:nth-child(2n+1),
.gsblayout .page:nth-child(2n+1),
.sgblayout .post:nth-child(2n+1),
.sgblayout .page:nth-child(2n+1) {
    margin-right: 0;
}

.gsblayout .post:first-child,
.gsblayout .page:first-child,
.sgblayout .post:first-child,
.sgblayout .page:first-child {
    width: 100%;
}

.gsblayout .post:first-child .post-inner,
.gsblayout .page:first-child .post-inner,
.sgblayout .post:first-child .post-inner,
.sgblayout .page:first-child .post-inner {
    text-align: center;
}

.gsblayout .post:first-child .post-content p,
.gsblayout .page:first-child .post-content p,
.sgblayout .post:first-child .post-content p,
.sgblayout .page:first-child .post-content p {
    text-align: left;
}

.flayout .main-wrapper {
    background: transparent;
}

.flayout .content-area {
    margin: 0;
    width: 100%;
}

.flayout .content {
    margin: 0 auto;
}

.flayout .gallerytiled {
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.flayout .gallerytiled ul li {
    width: 13.8%;
}

.glayout .pagination,
.glayout .norm-pagination,
.clayout .pagination,
.clayout .norm-pagination,
.flayout .pagination,
.flayout .norm-pagination {
    border-left: 0;
}

.lslayout .featured-thumbnail-big,
.sllayout .featured-thumbnail-big {
    margin-bottom: 0;
    margin-right: 25px;
    max-width: 36%;
    width: 295px;
}

.lslayout .post-inner,
.sllayout .post-inner {
    overflow: hidden;
    text-align: center;
}

.lslayout .post:first-child .featured-thumbnail-big,
.sllayout .post:first-child .featured-thumbnail-big {
    margin: 0 0 30px;
    max-width: 100%;
    width: 100%;
}

.lslayout .post:first-child .post-inner,
.sllayout .post:first-child .post-inner {
    clear: both;
    overflow: visible;
    text-align: center;
}

.lslayout .post:first-child .post-content p,
.sllayout .post:first-child .post-content p {
    text-align: left;
}

.sllayout .content-area {
    float: right;
}

.sllayout .sidebar {
    padding-left: 0;
    padding-right: 30px;
}

.single .flayout .content {
    padding: 0;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*---[ Post Navigation ]---*/
.navigation {
    clear: both;
    display: block;
}

/*---[ Pagination ]---*/
.pagination,
.norm-pagination {
    clear: both;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.single .pagination {
    border: 0;
    margin: 15px 0 20px;
    padding: 0;
}

.norm-pagination .nav-previous a {
    float: left;
}

.norm-pagination .nav-next a {
    float: right;
}

.pagination span,
.pagination a {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 2px 10px;
}

.pagination .current,
.pagination a:hover {
    color: #fff;
    border-color: #fff;
}

.page-links-title {
    display: inline-block;
    font-weight: 400;
    margin: 0 10px 0 0;
}

.single .pagination span,
.single .pagination a {
    line-height: 1.6;
    margin: 0 6px 0 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
    clear: both;
    margin: 0 0 10px;
}

.comments-area .avatar {
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
    border-radius: 50%;
}

.comments-count {
    margin: 0;
}

ol.commentlist {
    border-top: 0;
    margin: 15px 0 0;
    padding: 0 0;
    position: relative;
    overflow: hidden;
}

.commentlist li.comment,
.commentlist li.pingback {
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
}

.commentlist li.pingback .comment-body {
    padding: 0 0 20px;
}

.commentlist .comment-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    margin: 0 0 20px;
    padding: 0;
}

.commentlist p {
    margin: 0 0 20px;
}

.commentlist .comment .children {
    float: left;
    margin-left: 10%;
    margin-bottom: 0;
    margin-top: 0;
    width: 90%;
}

.commentlist .children li {
    margin: 0;
    position: relative;
    width: 100%;
}

.fn {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.fn a {
    color: #333;
}

.comment-meta {
    font-size: 12px;
    margin: 5px 0;
}

.comment-meta a {
    color: #7d7d7d;
    font-style: italic;
}

.commentBody {
    overflow: hidden;
}

.bypostauthor {
    font-size: 12px;
}

.reply {
    display: inline-block;
    margin-bottom: 30px;
}

.reply i {
    color: #555;
    margin: 0 3px 0 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.comment-reply-link {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 4px 21px;
}

.comment-reply-link:hover {
    color: #fff;
}

.comment-respond {
    clear: both;
}

.comment-reply-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

.comment-form {
    background: transparent;
    margin: 15px 0 0;
}

.comment-form p {
    margin: 0 0 20px;
    position: relative;
}

.comment-form label {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-form input,
.comment-form textarea {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.11);
    display: block;
    font-size: 14px;
    margin: 4px 0 0;
    padding: 10px 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.comment-form textarea {
    width: 100%;
}

.comment-form .required {
    color: #dc0413;
}

.comment-form .submit {
    background-color: #ff0036;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 32px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.comment-form .submit:hover {
    background: #000;
    color: #fff;
}

.comment-form-author,
.comment-form-email {
    float: left;
    width: 50%;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.comment-form-author {
    padding-right: 20px;
}

.comment-form-url {
    clear: both;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sidebar {
    background: transparent;
    float: left;
    padding-left: 30px;
    width: 28.6%;
}

.sidebar a {
    color: #333;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.sidebar .search-button {
    float: left;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget-title {
    background: #000;
    color: #fff;
    font-family: Lora;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    padding: 14px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.widget-title .fa {
    margin-right: 5px;
}

.widget-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    color: #000;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
    margin-left: -12px;
}

.widget {
    margin-bottom: 20px;
    overflow: hidden;
}

.widget li {
    list-style: none;
    margin: 0 0 7px;
    position: relative;
}

.widget ul.children,
.widget ul.sub-menu {
    margin-top: 7px;
    padding-left: 20px;
}

.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget .menu li {
    float: none;
}

.widget .menu .menu-item-has-children > a:after {
    display: none;
}

.widget ul li ul li {
    border-bottom: none;
}

.sidebar-widget,
.sidebar .widget,
.tabs-widget {
    background-image: url("images/widget-bg.png");
    background-repeat: repeat-x;
    list-style: none;
    margin-bottom: 30px;
    padding-top: 7px;
    position: relative;
}

.sidebar-widget li:last-child,
.sidebar .widget li:last-child,
.tabs-widget li:last-child {
    margin-bottom: 0;
}

/* Default Widgets
//--------------------------------------------*/
.widget li {
    margin: 0 0 0 20px;
    position: relative;
}

.widget li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: -20px;
    top: 13px;
    margin-top: -2px;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.widget li:hover:before {
    background: #efa48d;
}

.widget_categories .cat-item a {
    display: block;
    padding: 4px 0;
}

.cat-count {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 16px;
    margin: 1px 0 0;
}

/* Recent Posts
//--------------------------------------------*/
.recent-posts-widget {
    clear: both;
    padding: 0;
}

.category-posts,
.recent-posts,
.random-posts,
.widget .popular-posts {
    margin: 0 !important;
    padding: 0;
}

.category-posts li,
.recent-posts li,
.random-posts li,
.popular-posts li {
    list-style: none;
    margin-bottom: 25px;
    margin-left: 0;
    overflow: hidden;
}

/* Search Form
//--------------------------------------------*/
.searchform {
    padding: 0;
    position: relative;
    width: 100%;
}

.searchform fieldset {
    color: #888;
}

.s {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
    background: #f8f8f8;
    border: none;
    color: #555;
    float: left;
    font-size: 12px;
    height: 34px;
    margin: 0;
    outline: 0;
    padding: 9px 0;
    text-indent: 14px;
    width: 88%;
}

.search-button {
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    min-width: 13px;
    padding: 0;
    height: 34px;
    text-transform: uppercase;
    width: 12%;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.search-button:hover {
    background: #000000;
}

/* Tags Widget
//--------------------------------------------*/
.sidebar .tagcloud {
    overflow: hidden;
}

.tagcloud a {
    background: rgba(0, 0, 0, 0.027);
    color: rgba(0, 0, 0, 0.6) !important;
    display: block;
    float: left;
    /*font-size: 13px !important;*/
    margin: 0 5px 5px 0;
    padding: 5px 12px 5px 12px;
    position: relative;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.tagcloud a:hover {
    background: #000;
    color: #ffffff !important;
}

/* Subscribe Widget
//--------------------------------------------*/
.subscribe-widget {
    clear: both;
    float: left;
    font-size: 16px;
    width: 100%;
}

.subscribe-widget form {
    padding: 0;
    overflow: hidden;
}

.subscribe-widget .fa-envelope {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: #8f8f8f;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 17px 0;
    width: 50px;
}

.subscribe-widget-desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}

.subscribe-widget input[type=text],
.jetpack_subscription_widget input[type=text] {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #777;
    float: left;
    height: 42px;
    margin: 0 0 10px;
    outline: 0;
    padding: 9px 0 8px;
    text-indent: 10px;
    width: 99.1%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.subscribe-widget input[type=submit],
.jetpack_subscription_widget input[type=submit] {
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.subscribe-widget input[type=submit]:hover,
.jetpack_subscription_widget input[type=submit]:hover {
    background-color: #1d1d1d;
    color: #ffffff;
}

.footer .subscribe-widget input[type=text],
.footer .jetpack_subscription_widget input[type=text] {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.11);
}

/*-----------------------*/
/*	10.6. Social Widget
/*-----------------------*/
.social-widget ul {
    margin: 0;
    padding: 0;
}

.social-widget ul li {
    border: 0 !important;
    float: left;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 12px !important;
    margin-left: 5.6px;
    margin-right: 5.6px;
    padding: 0;
}

.social-widget ul li:before {
    display: none;
}

.social-widget ul li .fa {
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.4);
    float: left;
    font-size: 14px;
    margin: 0;
    width: 39px;
    padding: 12px 0;
    text-align: center;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.social-widget ul li:hover .fa {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.social-widget.colored .facebook .fa {
    color: #3b5999;
}

.social-widget.colored .facebook:hover .fa {
    background: #3b5999;
}

.social-widget.colored .twitter .fa {
    color: #00aced;
}

.social-widget.colored .twitter:hover .fa {
    background: #00aced;
}

.social-widget.colored .gplus .fa {
    color: #ff4444;
}

.social-widget.colored .gplus:hover .fa {
    background: #ff4444;
}

.social-widget.colored .rss .fa {
    color: #ff8800;
}

.social-widget.colored .rss:hover .fa {
    background: #ff8800;
}

.social-widget.colored .pinterest .fa {
    color: #cc2127;
}

.social-widget.colored .pinterest:hover .fa {
    background: #cc2127;
}

.social-widget.colored .linkedin .fa {
    color: #017eb4;
}

.social-widget.colored .linkedin:hover .fa {
    background: #017eb4;
}

.social-widget.colored .flickr .fa {
    color: #fe0084;
}

.social-widget.colored .flickr:hover .fa {
    background: #fe0084;
}

.social-widget.colored .instagram .fa {
    color: #854e3a;
}

.social-widget.colored .instagram:hover .fa {
    background: #854e3a;
}

.social-widget.colored .youtube .fa {
    color: #cc181e;
}

.social-widget.colored .youtube:hover .fa {
    background: #cc181e;
}

.social-widget.colored .tumblr .fa {
    color: #274057;
}

.social-widget.colored .tumblr:hover .fa {
    background: #274057;
}

.social-widget.colored .dribble .fa {
    color: #ea4c89;
}

.social-widget.colored .dribble:hover .fa {
    background: #ea4c89;
}

.social-widget.colored .git .fa {
    color: #333333;
}

.social-widget.colored .git:hover .fa {
    background: #333333;
}

.social-widget.colored .xing .fa {
    color: #015960;
}

.social-widget.colored .xing:hover .fa {
    background: #015960;
}

.social-widget.colored li:hover .fa {
    color: #fff;
}

.social-widget.circular li .fa {
    border-radius: 50%;
}

.sidebar-widget.widget_fashionize_social_widget {
    margin-bottom: 18px;
}

/*-----------------------*/
/*	10.7. 125x125 Ads
/*-----------------------*/
.ad-125-widget {
    clear: both;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.ad-125-widget ul,
.ad-125-widget li {
    border: 0 !important;
    list-style: none;
    margin: 0;
}

.ad-125-widget li {
    max-width: 125px;
    padding: 0;
    width: 42%;
}

.ad-125-widget li.adleft {
    float: left;
    margin: 0 5% 10px 0;
}

.ad-125-widget li.adright {
    float: right;
    margin: 0 0 10px;
}

/*-----------------------*/
/*	10.8. 160x600 Ads
/*-----------------------*/
.ad-widget-160 {
    clear: both;
    margin: 0 auto 30px;
    width: 160px;
}

/*-----------------------*/
/*	10.9. 300x250 Ads
/*-----------------------*/
.ad-300-widget {
    clear: both;
    margin: 0 auto 30px;
    max-width: 300px;
    width: 100%;
}

/*-----------------------*/
/*	10.10. Tabs
/*-----------------------*/
.tabs-widget {
    margin-bottom: 30px;
    overflow: hidden;
}

.tabs-widget .popular-posts .thumbnail-big:before {
    display: none;
}

.tabs {
    list-style: none;
    margin: 0 0 15px;
}

.tabs li {
    border: 0;
    display: inline;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.tabs a {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: block;
    float: right;
    padding: 14px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.tabs a:hover {
    color: #fff;
}

.tabs .active a {
    background: #000;
}

.tabs .active a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    color: #000;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
    margin-left: -12px;
}

.tabs-content ul {
    margin: 0;
    padding: 0;
}

.tabs-content li {
    margin: 0 0 15px;
    overflow: hidden;
}

.tabs-content li:last-child {
    margin-bottom: 0;
}

.tab-content {
    display: none;
}

/*-----------------------*/
/*	10.11. Popular Posts
/*-----------------------*/
.widgetthumb {
    float: left;
    margin: 4px 10px 0 0;
    width: 100%;
}

.popular-posts {
    display: block;
    counter-reset: section;
}

.popular-posts .thumbnail-big:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff0036;
    counter-increment: section;
    content: counter(section);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    z-index: 1;
}

.thumbnail {
    float: left;
    margin-right: 10px;
    position: relative;
    max-width: 26%;
    width: 68px;
}

.thumbnail-big {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.thumbnail-big .widgetthumb {
    float: left;
    margin: 0 0 10px 0;
}

.info {
    overflow: hidden;
}

.widgettitle {
    color: #000;
    display: block;
    font-family: "Alike", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}

.widgettitle a {
    color: inherit;
}

.widgettitle a:hover {
    color: #ff0036;
}

.side-meta,
.r-meta {
    color: #333;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.side-meta a {
    color: inherit;
}

.side-meta span {
    display: inline-block;
    margin-right: 10px;
    padding-right: 6px;
    position: relative;
}

.side-meta span:before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    right: -6px;
}

.side-meta span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.side-meta span:last-child:before {
    display: none;
}

.side-meta .fa {
    margin-right: 2px;
}

.style-two {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.style-two .widgettitle {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.style-two .widgettitle,
.style-two .side-meta {
    margin-bottom: 10px;
    text-align: center;
}

.style-two .info {
    background: #fff;
    margin: 0 auto -70px;
    max-width: 92%;
    padding: 20px 20px 10px;
    position: relative;
    top: -70px;
}

.style-two.no-thumb .info {
    margin-bottom: 0;
    top: auto;
}

/*-----------------------*/
/*	10.12. Flickr
/*-----------------------*/
.flickr_badge_image {
    display: inline;
    margin: 0;
}

.flickr_badge_image img {
    float: left;
    margin: 0 0 6px;
    padding: 0 3px;
}

/*-----------------------*/
/*	10.13. Calendar Widget
/*-----------------------*/
table[id='wp-calendar'] {
    background: #f3f3f3;
    width: 100%;
}

table[id='wp-calendar'] caption,
table[id='wp-calendar'] th,
table[id='wp-calendar'] td {
    text-align: center;
}

table[id='wp-calendar'] th {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 0;
}

table[id='wp-calendar'] td {
    padding: 10px 0;
}

table[id='wp-calendar'] caption {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
}

table[id='wp-calendar'] tbody tr:nth-child(2n) {
    background: #f9f9f9;
}

table[id='wp-calendar'] tfoot a {
    font-weight: 700;
    text-transform: uppercase;
}

table[id='wp-calendar'] tfoot tr td {
    padding-left: 10px;
    text-align: left;
}

table[id='wp-calendar'] td[id='today'] {
    color: #fff;
}

table[id='wp-calendar'] td[id='today'] a {
    color: inherit;
}

/*--------------------------*/
/*	10.14. Pinterest Widget
/*--------------------------*/
.pinterest-widget {
    padding: 0 3px 3px;
}

/*--------------------------*/
/*	10.15. Categories Widget
/*--------------------------*/
.categories-widget li {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    float: left;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 1%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 49%;
}

.categories-widget li:before {
    display: none;
}

.categories-widget li:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.categories-widget li:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0;
}

.categories-widget li a {
    color: #fff;
}

.cats-widget-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    right: 6px;
}

.widget .categories-widget a {
    color: #fff;
}

/*--------------------------*/
/*	10.16. Author Widget
/*--------------------------*/
.author-info-widget .author-avatar {
    margin-bottom: 20px;
}

.author-info-widget img {
    border-radius: 50%;
}

.author-info-widget h4 {
    font-size: 24px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	9. Footer
/*-----------------------------------------------------------------------------------*/
.footer {
    background: #000;
    color: #aaa;
    clear: both;
    overflow: hidden;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #ff0036;
}

.footer-top-widget {
    float: left;
    width: 100%;
}

.footer-widgets {
    background: #f1f1f1;
    color: #000;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    width: 100%;
}

.footer-widgets a {
    color: inherit;
}

.boxed-layout .footer-widgets,
.boxed-layout .copyright-inner {
    padding: 0 2%;
    width: 96%;
}

.footer-widget {
    float: left;
}

.footer-widget .widget-title {
    color: #000;
}

.footer-widget .widget {
    margin: 0 0 25px 0;
}

.footer-widget .widget li {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.footer-columns-4 .footer-widget {
    margin-right: 2%;
    width: 23.5%;
}

.footer-columns-3 .footer-widget {
    margin: 0 2% 0 0;
    width: 32%;
}

.footer-columns-2 .footer-widget {
    margin: 0 2% 0 0;
    width: 49%;
}

.footer-columns-1 .footer-widget {
    margin: 0;
    width: 100%;
}

.footer-logo-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    overflow: hidden;
}

.footer-logo {
    float: left;
    margin: 25px 0;
}

.footer-logo img {
    float: left;
}

.footer-social {
    float: right;
}

.footer-social .footer-links {
    margin: 38px 0;
}

.copyright {
    font-size: 13px;
    overflow: hidden;
    width: 100%;
}

.copyright a {
    color: #fff;
}

.copyright-inner {
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
}

.copyright-text {
    float: left;
}

.copyright-text p {
    margin: 0;
}

.back-to-top {
    cursor: pointer;
    float: right;
}

.back-to-top i {
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 8px 0 0;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 22px;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

.back-to-top i .icon-angle-up {
    color: #000;
    font-size: 24px;
}

/*---[ Instagram Photos ]---*/
.instagram-photos {
    position: relative;
    text-align: center;
}

.instagram-photos ul {
    overflow: hidden;
}

.instagram-photos li {
    display: block;
    float: left;
    width: 12.5%;
}

.instagram-title {
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 8px 20px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.instagram-title a {
    color: #787878;
}

/*--------------------------------------------------------------
## Ads
--------------------------------------------------------------*/
.blog-ad {
    margin-bottom: 40px;
}

.ad-above-footer,
.ad-below-header {
    margin: 40px auto 0;
    max-width: 100%;
}

.single-post-ad {
    clear: both;
    margin: 0 0 10px;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-controls .owl-dot,
.owl-controls .owl-nav div {
    cursor: pointer;
}

.owl-controls .owl-dot {
    display: inline-block;
}

.owl-controls .owl-dot span {
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 9px;
    margin: 0 3px;
    text-indent: -9999px;
    width: 9px;
}

.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span {
    background: #fff;
}

.owl-dots {
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.owl-prev,
.owl-next {
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    padding: 0 12px 3px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-next {
    left: auto;
    right: 0;
}

.owl-theme .owl-controls .owl-dot {
    display: inline-block;
    margin: 20px 0 0;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.slider-meta span {
    color: #fff;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.slider-meta .post-cats {
    display: block;
    margin: 0 0 5px;
    padding-left: 7px;
}

.slider-cat span {
    font-weight: 700;
}

.f-thumb,
.f-thumb:hover {
    color: #848484;
    margin: 0;
}

.featuredslider {
    position: relative;
}

.featuredslider .f-thumb:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.featuredslider .post-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65%;
    z-index: 10;
}

.featuredslider .f-title {
    color: inherit;
}

.featuredslider .post-meta {
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.featuredslider .post-meta span:nth-child(2) {
    margin-left: 10px;
}

.featuredslider .post-meta span:nth-child(2):before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
}

.featuredslider .post-cats span {
    color: #fff;
}

.featuredslider .post-author {
    text-transform: capitalize;
}

.featuredslider .post-author span {
    color: #fff;
    font-style: italic;
    text-transform: lowercase;
}

.featuredslider .post-cats {
    color: #fff;
}

.featuredslider .read-more {
    display: block;
    margin: 15px 0 0;
}

.featuredslider .read-more span {
    border: 1px solid #efefef;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 7px 25px 6px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.featuredslider:hover .read-more span {
    background: #ff0036;
    border-color: transparent;
}

.slider-inner {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.cover-heading .slider-inner {
    background: transparent;
    max-width: 630px;
}

.cover-heading .slider-inner .post-meta-title,
.cover-heading .slider-inner .post-cats {
    color: #fff;
}

.cover-heading .slider-inner .post-author a,
.cover-heading .slider-inner .post-cats a {
    color: inherit;
}

.f-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.slider-full {
    margin-top: -31px;
}

.slider-full .featured-thumbnail {
    width: 100%;
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/
/*-----------------------*/
/*	11.1. Contact Form 7
/*-----------------------*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    background: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 10px;
}

.wpcf7-submit {
    background: #262626;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 8px 16px;
    text-transform: uppercase;
}

.wpcf7-submit:hover {
    background: #000000;
}

/*---[ JetPack Infinite Scroll ]---*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation,
.infinite-scroll.neverending #footer {
    display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

#infinite-handle {
    margin-bottom: 30px;
    text-align: center;
}

#infinite-handle span {
    display: inline-block;
}

.infinite-loader {
    margin-bottom: 30px !important;
}

.infinite-loader .spinner {
    left: 50% !important;
}

.infinite-scroll .content {
    margin-bottom: 3px;
}

/*---[ JetPack Related Styles ]---*/
.post .sd-content ul li:before {
    content: '';
}

#disqus_thread {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    padding: 20px;
}

button.retro-radio {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    height: 41px;
    background-color: #6054A0;
    margin-top: -3px;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 0 10px 0 6px
}

button.retro-radio span {
    letter-spacing: 0.5px;
    vertical-align: middle
}

button.retro-radio img {
    vertical-align: middle
}

button.retro-radio.retro-mobile {
    display: none
}

button.retro-radio.hidden {
    display: none
}

@media (max-width: 1075px) and (min-width: 981px) {
    button.retro-radio {
        padding: 0 3px 0 5px
    }

    button.retro-radio span {
        display: none
    }
}

@media (max-width: 980px) {
    button.retro-radio {
        display: flex;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    button.retro-radio span.title {
        font-size: 14px;
    }

    button.retro-radio.retro-desktop {
        display: none
    }

    button.retro-radio.retro-mobile {
        display: block
    }
}

/*# sourceMappingURL=style.css.map */
